<q>
- HTML q Tag.
- It is formatting HTML tags for the web page.
- It used for the short quotation.
<dfn>
- HTML dfn Tag.
- It is formatting HTML tags for the web page.
- It describes the definition phrase.
<em>
- HTML em Tag.
- It is formatting HTML tags for the web page.
- It uses to emphasize, highlight the text on web page.
<font>
- HTML Font Tag.
- It is formatting HTML tags for the web page.
- It defines the font family, font style, font color, font size, font weight, font variant for the text in web page.
- Not supported for HTML5.
<i>
- HTML i Tag.
- It is formatting HTML tags for the web page.
- It displays the text in italic style.
<pre>
- HTML pre Tag.
- It is formatting HTML tags for the web page.
- It defines the preformatted text.
<rp>
- HTML rp Tag.
- It is formatting HTML tags for the web page.
- It defines what to show if a browser does not support ruby annotations.
<rt>
- HTML rt Tag.
- It is formatting HTML tags for the web page.
- It defines the clarification and pronunciation of characters for East Asian font.
<ruby>
- HTML Ruby Tag.
- It is formatting HTML tags for the web page.
- It defines a ruby annotation for East Asian font.
<samp>
- HTML samp Tag.
- It is formatting HTML tags for the web page.
- It defines sample output from the computer program.
<strike>
- HTML strike Tag.
- It is formatting HTML tags for the web page.
- It defines strike-through text. The text in not applicable now.
- Not supported in HTML5.
<strong>
- HTML strong Tag.
- It is formatting HTML tags for the web page.
- It defines important text. Display the text in Bold font.
<sub>
- HTML sub Tag.
- It is formatting HTML tags for the web page.
- It defines sub-scripted text.
<tt>
- HTML tt Tag.
- It is formatting HTML tags for the web page.
- It defines teletype text.
- Not supported in HTML5.
<u>
- HTML u Tag.
- It is formatting HTML tags for the web page.
- It defines the text that is different from normal text. Its underline.
<big>
- HTML Big Tag.
- It is formatting HTML tags for the web page.
- It defines big text in web page.
- Not supported for HTML5.
<bdo>
- HTML bdo Tag.
- It is formatting HTML tags for the web page.
- It uses to override the existing text direction.